home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / 68040UPD.LZH / 68040.TXT next >
Encoding:
Text File  |  1996-10-11  |  3.8 KB  |  95 lines

  1.  
  2. Software driver update for Afterburner users
  3. --------------------------------------------
  4.  
  5.  
  6. * 68040TOS.PRG (68040 driver - standard TOS version):
  7.  
  8.   Place in the auto folder like this:
  9.  
  10.     XBOOT.PRG    boot manager
  11.     68040TOS.PRG    68040 driver
  12.     68882.PRG    68882 emulator (if required)
  13.     ....        everything else comes afterwards
  14.  
  15.   Notes for TOS users:
  16.   
  17. ~ This patch will currently not work properly without NVDI - if you
  18.   are using FastRAM. If you do not use FastRAM, then there is no
  19.   problem. The VDI will try to blit data to and from FastRAM as
  20.   soon as the Desktop loads from ROM and the result is nasty looking
  21.   icons and frequent crashes. With NVDI installed, the blitter is
  22.   bypassed and no harm can be done. The patch will be soon improved
  23.   in order to work without needing NVDI.
  24.   
  25. ~ This version also assumes no SCSI devices are present before drive
  26.   letter 'G'. In other words, C,D,E & F should be IDE (if anything)
  27.   and the rest can be SCSI or even more IDE partitions. Trying to
  28.   use a SCSI drive as letters C->F will probably result in lost data
  29.   if you have FastRAM installed - for the same reasons described above,
  30.   only the SDMA chip is responsible here instead of the blitter. Again,
  31.   non-FastRAM users are not affected.
  32.   
  33. ~ Anyone wanting a version of the patch to work with SCSI partitions
  34.   BELOW letter 'G' will have to contact me at my email address.
  35.   Eventually, a special configuration program will allow the user to
  36.   set this all up manually and the need for customised versions will
  37.   disappear.
  38.  
  39.  
  40. * 68040MAG.PRG (68040 driver - MagiC FastRAM specific version):
  41.  
  42.   Place in the auto folder like this:
  43.  
  44.     XBOOT.PRG    boot manager - FastRAM flags _MUST_ be set!
  45.     68040MAG.PRG    68040 driver - FastRAM flags _MUST_ be set!
  46.     MAGXBOOT.PRG    MagiC booter - FastRAM flags _MUST_ be set!
  47.     68882.PRG    68882 emulator (if required)
  48.     ....        everything else comes afterwards
  49.  
  50.   Notes for MagiC users:
  51.  
  52. ~ Nothing must be allowed to run BEFORE the 68040MAG.PRG & MAGXBOOT.PRG
  53.   unless it uses _nothing but_ FastRAM. Use of ST-Ram is strictly off bounds
  54.   until 68040MAG.PRG is executed for the SECOND TIME. I.E. after MAGXBOOT
  55.   performs it's usual warm reset. The reason for this is complicated, but
  56.   if it is not adhered to, the machine will corrupt it's own PMMU tables
  57.   and freeze completely.
  58.   
  59. ~ If you can't get it working, remove XBOOT (or whatever you use as a
  60.   boot manager), and everything else that you may have set up to run BEFORE
  61.   the 68040MAG.PRG patch program.
  62.   
  63. ~ There may be occasional problems when attempting a warm boot after MagiC
  64.   has loaded. If this happens (black screen, or rubbish), then just resort
  65.   to a cold start by powering off and let MagiC load again from scratch. It
  66.   doesn't happen often, but can be annoying when it does.
  67.   
  68. ~ If you use HDDriver, and you have FastRAM installed, then you are advised
  69.   to enable the 'Install XFRB' option in HDDriver. Otherwise interesting
  70.   things might happen to files held on SCSI or Floppy devices! Again, this
  71.   is a bug attributed to MagiC/TOS which should never use FastRAM for DMA
  72.   operations.
  73.   
  74. ~ If you DON'T have FastRAM, then you shouldn't try to use this patch. You
  75.   should use the 68040TOS.PRG version instead. For non-FastRAM MagiC, place
  76.   the programs in the auto folder like this:
  77.  
  78.     XBOOT.PRG    boot manager
  79.     MAGXBOOT.PRG    MagiC booter
  80.     68040TOS.PRG    68040 driver
  81.     68882.PRG    68882 emulator (if required)
  82.     ....        everything else comes afterwards
  83.  
  84. * 68882.PRG (68040FPU -> 68882 emulator):
  85.  
  86.   This is not required by 68LC040 users. It is only of use to users of
  87.   the full 68040 processor with integral FPU. It emulates a standard
  88.   68882 co-processor in software with heavy reliance on the 68040FPU. 
  89.  
  90.  
  91. :)
  92.  
  93.  
  94. Doug @ BSS <101573.1275@compuserve.com>
  95. ---------------------------------------